バージョン

Zeros(Int32[]) メソッド

指定した size を使用して、0 Matrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Zeros( _
   ByVal ParamArray size() As Integer _
) As Matrix
public static Matrix Zeros( 
   params int[] size
)

パラメータ

size
構成された Matrix のサイズ。

戻り値の型

ゼロ Matrix.
例外
例外解説
System.ArgumentException サイズがゼロ以下の要素を持つ場合に発生します。
参照